Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / StructList<T> Class / StructList<T> Constructor

In This Topic
    StructList<T> Constructor
    In This Topic
    Overload List
    OverloadDescription
    Initializes a new instance of the StructList<T> class that is empty.  
    Initializes a new instance of the StructList<T> class that is empty and has the specified initial capacity.  
    Initializes a new instance of the StructList<T> class that contains elements copied from the specified array.  
    Initializes a new instance of the StructList<T> class that contains elements copied from the specified collection.  
    See Also